home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / xa / drivers2.exe / ATI / README next >
Text File  |  1991-12-29  |  4KB  |  85 lines

  1.         File Name: README
  2.         Date     : October 18, 1991
  3.  
  4.         =================================================================
  5.  
  6.                               VVESA.COM
  7.  
  8.         VVESA.COM  is a Terminate and Stay Resident (TSR) program. It  is
  9.         the implementation of the VESA Super VGA BIOS Extension  Standard
  10.         #VS900602.
  11.  
  12.         VVESA  is not a driver. It is a program which enables your  video
  13.         board  to  be used with VESA compatible  software.  Consult  your
  14.         software manual or your software manufacturer's Technical Support
  15.         to see if a VESA driver is available for your software.
  16.  
  17.         Install your software for VESA Super VGA.  Then run VVESA  before
  18.         running  your VESA compatible software.  If you prefer,  a  batch
  19.         file  can be written to invoke VVESA and then your software.  The
  20.         resident portion of VVESA only consumes a small amount of memory.
  21.         To remove VVESA from memory, type: VVESA OFF.
  22.  
  23.         Here is a list of VVESA advanced command line keywords:
  24.  
  25.              OFF: Remove the driver from the system memory.
  26.  
  27.              PAN: Enable Linear Address
  28.                   It  allows  user  to pan or scroll  within  the  entire
  29.                   display  memory. Standard VGA will wrap around  at  the
  30.                   end of 64K in planar mode.  Linear address is  disabled
  31.                   at default.
  32.  
  33.              V3:  Run the VVESA mode 104h at packed pixel mode
  34.                   It  allows  later versions of display adapters  to  run
  35.                   1024x768  in 16 colors in packed pixel mode instead  of
  36.                   the default 4-plane planar mode.
  37.  
  38.              55rw Force single page read & write mode
  39.  
  40.                   The Write Page number is set to Read Page number when a
  41.                   display  mode is initialized.  (Note that only  display
  42.                   controller  28800-5 or higher is default to  dual  page
  43.                   mode,   i.e. the writeable and readable windows can  be
  44.                   programmed independently)
  45.  
  46.              For  example,  to enable driver to view  display  memory  at
  47.              upper 512KB, type:
  48.  
  49.                             VVESA PAN      <enter>
  50.  
  51.              Then run your VVESA application.
  52.  
  53.  
  54.         The following VESA modes are supported:
  55.  
  56.              MODE      RESOLUTION        MEMORY    MEMORY
  57.              NUMBER    /COLORS           REQUIRED  MODEL
  58.  
  59.              100h      640x400 /256      512KB*    packed pixel
  60.              101h      640x480 /256      512KB     packed pixel
  61.              102h      800x600 /16       256KB     4-plane planar
  62.              103h      800x600 /256      512KB     packed pixel
  63.              104h      1024X768 /16      512KB     4-plane planar**
  64.              105h      1024X768 /256     1MB       packed pixel
  65.  
  66.              *  Earlier boards of V3 revision only require 256KB.
  67.              ** Packed pixel on earlier boards of V3 revision.
  68.  
  69.         Note that some display adapters may not be capable of  displaying
  70.         all  the  modes listed above.  Check the user's  manual  of  your
  71.         display adapter for the available modes.
  72.  
  73.         Programmers  requiring more information about VESA standards  may
  74.         obtain copies of the specifications by writing or calling:
  75.  
  76.                       VESA
  77.                       2150 North First Street, Suite 360
  78.                       San Jose, CA 95131-2020
  79.                       (408) 435-0333
  80.  
  81.         For a printout of this information, type:
  82.  
  83.                       TYPE README >PRN  <enter>
  84.  
  85.